home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000187_news@columbia.edu _Fri May 31 21:10:57 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id VAA10741 for <kermit.misc@watsun>; Fri, 31 May 1996 21:10:57 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id VAA24095 for kermit.misc@watsun; Fri, 31 May 1996 21:10:56 -0400 (EDT)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!news.mindlink.net!van-bc!unixg.ubc.ca!news.bc.net!uvaix3e1.comp.UVic.CA!uvaix3e1.comp.UVic.CA!not-for-mail
  5. From: klassen@uvaix3e1.comp.UVic.CA (Melvin Klassen)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: escaping characters...^S^Q
  8. Date: 31 May 1996 16:25:55 -0700
  9. Organization: University of Victoria
  10. Lines: 7
  11. Message-ID: <4onv63$1tb4@uvaix3e1.comp.UVic.CA>
  12. References: <4oifgk$se0@news.ccit.arizona.edu>
  13. NNTP-Posting-Host: uvaix3e1.comp.uvic.ca
  14.  
  15. jshin@aruba.ccit.arizona.edu (Jae H Shin) writes:
  16. >what is the decimal ascii value of ^S^Q ?
  17.  
  18. Since 'S' is the 19th letter of the alphabet, use decimal 19 for control-S.
  19. The code for 'Q' is left as an exercise for the reader.
  20.  
  21. Thanks to the designers of ASCII for making it so simple!